home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / blkspell / borlxapp.def < prev    next >
Text File  |  1998-09-19  |  986b  |  28 lines

  1. ;-----------------------------------------------------------------------------
  2. ;   Project Borl_ex
  3. ;   BlockTeq Software
  4. ;   Copyright ⌐ 1998. All Rights Reserved.
  5. ;
  6. ;   SUBSYSTEM:    Borl_ex Module Definition File
  7. ;   FILE:         borlxapp.def
  8. ;   AUTHOR:       D.R.Block
  9. ;
  10. ;-----------------------------------------------------------------------------
  11.  
  12. NAME 'Borl_ex'
  13.  
  14. DESCRIPTION 'Borl_ex Application - Copyright ⌐ 1998. All Rights Reserved.'
  15. EXETYPE     WINDOWS
  16. CODE        PRELOAD MOVEABLE DISCARDABLE
  17. DATA        PRELOAD MOVEABLE
  18.  
  19. ; Note: When compiling an application as a 32-bit target, the linker
  20. ;       will generate a warning with the settings below.  If you intend
  21. ;       to build your application as a 32-bit target only, you can
  22. ;       safely delete the STACKSIZE setting to get rid of this warning.
  23. ;
  24. ;       The STACKSIZE of 16384 is recommended for 16-bit AppExpert
  25. ;       applications using the large memory model.
  26. ;
  27. STACKSIZE    16384
  28.